Giter VIP home page Giter VIP logo

dbase-case's Introduction

User Registration Next.js/NestJs

Run Project - VSCODE

Clone the project

git clone https://github.com/yemredogru/Dbase-case.git

Install Dependencies - Install Node.js/Windows

  
Go to the official Node.js website: [Node.js](https://nodejs.org/en/download/) Download Page
Choose the "LTS" (Long-Term Support) version in the middle of the page   and download the "Windows Installer."
Run the downloaded .msi file by double-clicking it.
The installer will guide you through the installation steps. You can use the default options during the installation.
Once the installation is complete, Node.js and npm (Node.js Package Manager) will be successfully installed on your computer.

Install Dependencies - Install Node.js/MacOs

Go to the official Node.js website: [Node.js](https://nodejs.org/en/download/) Download Page
Run the downloaded .pkg file by double-clicking it.
The installer will guide you through the installation steps. You can use the default options during the installation.
Choose the "LTS" (Long-Term Support) version in the middle of the page and download the "macOS Installer."
Once the installation is complete, Node.js and npm will be successfully installed on your computer.

Install Dependencies - Install MongoDB/Windows

  Go to the official MongoDB website: [MongoDB](https://www.mongodb.com/try/download/community) Download Page
In the "Community Server" section, click the "Download" button to go to the download page.
Download the .msi file by clicking the "Download" button.
Run the downloaded .msi file by double-clicking it.
The installer will guide you through the installation steps. You can choose the "Complete" option to proceed.
You can also choose to install MongoDB Compass during the installation.
Once the installation is complete, MongoDB will be successfully installed on your computer.

Install Dependencies - Install MongoDB/MacOs

Go to the official MongoDB website: [MongoDB](https://www.mongodb.com/try/download/community) Download Page
In the "Community Server" section, click the "Download" button to go to the download page.
Download the .tgz file by clicking the "Download" button.
Extract the downloaded .tgz file by double-clicking it.
Open Terminal and navigate to the extracted directory (cd <extracted directory>).
To start MongoDB, run the ./mongod command in the terminal.
You can also download and install MongoDB Compass for a graphical interface.
To stop MongoDB, press Ctrl + C in the terminal.
Once the installations are complete, Node.js and MongoDB will be successfully installed on your computer.

Run Backend

  cd Dbase-case
  cd backend
  npm install
  create a .env file
  add this line to env file MONGO_URI=mongodb://127.0.0.1:27017/DbCase
  npm run start

The application will start running on localhost:3000.

Run Frontend

  cd ../frontend
  npm install
  npm run dev

The application will start running on localhost:3001.

We can register by using to the localhost:3001 link in our browser.

dbase-case's People

Contributors

yemredogru avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.