Coder Social home page Coder Social logo

sleick's Introduction

Sleick Technologies

Sleick Technologies Application is designed to be a full stack application with a Node.Js and Express.Js backend, a React.Js front-end and MongoDB Database. The purpose of this application is to help IT support teams, Developer teams, customer support teams track and resolve tickets such as ones that would be submitted by end users. The app will be providing two portals, one for end users to manage and submit their tickets and the other for the support team. Additionally the application will have a built in chat feature for communication amongst team members.

Preview

Login preview Alt login view

New ticket submition preview Alt login view

Technologies utilized so far

Node.js, Express, MongoDB, bcrypt, JSON Web Token, dotenv, React.Js, Joi, Lodash, chart.js, Material-UI

Get started

1 - Fork and clone the repo to your computer
2 - CD into fronted and run npm install to install the dependencies then npm satart to lunch the project in your browser
3 - CD into server and run npm install to install the dependencies then node index.js or nodemon to start the server

The frontend

Users can't access any content without proper authentiction and authorization. The main route http://localhost:3000/ will redirect the user to http://localhost:3000/user/login. On successful login, the user is redirected to the dashboard.

Configurations

Create a file named .env in the server folder and set the values for these variables:

PORT= 9000
MONGODB_URI="" paste in your mongodb connection string
jwtPrivateKey="" create a private key

API endpoints

1 - To create a new user, send a POST req to http://localhost:9000/api/users
2 - To Login, send a POST request to http://localhost:9000/api/authn
3- Get the current user (Protected route, requies authentication and authorization) http://localhost:9000/api/users/me

sleick's People

Contributors

dependabot[bot] avatar julesdj 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.