Git Product home page Git Product logo

altimus-codebase's Introduction

Altimus

Local setup for the project : Prerequisite: Node must be installed on your system, if not follow this https://nodejs.org/en/download.

Client code :

  1. Run npm install inside the client folder in the terminal.
  2. Run npm run dev to run the client code locally.
  3. The server will start mostly on port 5173 if not check the terminal for the port it started and open the browser with http://localhost:5173/.

For the application to work properly, we need the backend code to be running locally.

Server code:

  1. Run npm install inside the server folder in the terminal.
  2. Run npm run dev to run the server code locally.
  3. The server will start mostly on port 1337.
  4. If the 1337 port is not available or you want to change it the change in the server folder go to index.js and change the line where it says app.listen(1337, ())
  5. Post which go to the client folder and change the port in the vite.config.js file and change the line => target: "http://localhost:1337", to the respective port of the backend.

Now your application will run without any issues in local. DB is already running on MongoDB atlas which is on the cloud so no need to setup the database.

altimus-codebase's People

Contributors

poonam-vijaywargiya 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.